projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
731a205
)
x86, hvm: Fix typo in no-missed-tick-accounting timer mode.
author
Keir Fraser
<keir@xensource.com>
Wed, 7 Nov 2007 14:53:32 +0000
(14:53 +0000)
committer
Keir Fraser
<keir@xensource.com>
Wed, 7 Nov 2007 14:53:32 +0000
(14:53 +0000)
From: Dave Winchell <dwinchell@virtualiron.com>
Signed-off-by: Keir Fraser <keir@xensource.com>
xen/arch/x86/hvm/vpt.c
patch
|
blob
|
history
diff --git
a/xen/arch/x86/hvm/vpt.c
b/xen/arch/x86/hvm/vpt.c
index b1bd111f190d013de7625d2a9f3ca16a82771f30..7199fdf6747dc47fea7225eca79d21dde882d77d 100644
(file)
--- a/
xen/arch/x86/hvm/vpt.c
+++ b/
xen/arch/x86/hvm/vpt.c
@@
-59,7
+59,7
@@
static void pt_process_missed_ticks(struct periodic_time *pt)
if ( mode_is(pt->vcpu->domain, no_missed_tick_accounting) )
{
pt->pending_intr_nr = 1;
- pt->scheduled = now + pt->
schedule
d;
+ pt->scheduled = now + pt->
perio
d;
}
else
{